data.frame r function

Basic Data Frame Exploration Functions in R

How to Create a Data Frame in R

Create Empty Data Frame in R (2 Examples) | data.frame & setNames Functions in R programming

Data frames in R - Getting a sense of your data

Apply Unique Function to Multiple Columns of Data Frame in R | Using unique & duplicated Functions

Difference Between data.frame & as.data.frame Functions in R (2 Examples) | Create & Convert Data

is.data.frame & as.data.frame Functions in R (3 Examples) | Convert dplyr Tibble to Data Frame

data.frame Function in R (Example) | Change Row Names | Character to Factor | How to Convert Matrix

RStudio data analysis session 205

Create Data Frame from Vectors in R (Example) | How to Construct, Define, Make | data.frame Function

Use Function in Each Row of Data Frame in R (2 Examples) | apply(), by() & nrow() Functions | RowSum

Using dplyr's join functions in R to filter and merge data frames (CC164)

Benchmarking R functions for joining data frames (CC292)

hasName Function in R (Example) | Apply to Data Frame Column | Check if Variable Name is Contained

transform Function in R (Example) | Transformation of Data Frame Column & Variable in R Programming

which() Function & Data Frame in R (2 Examples) | Specify Logical Condition | Extract Certain Rows

Add New Row to Data Frame in R (2 Examples) | How to Append a Vector to a Matrix | rbind Function

Creating Functions in R: Data Frame Maker

Insert New Column Between Two Data Frame Variables in R (2 Examples) | add_column Function of tibble

Merge Data Frames by Column Names in R (Example) | Combine with merge Function

R 2.1 - Loading Data and Working With Data Frames

R Programming - Data Frames

Log Transformation of Data Frame in R (Example) | Convert All Values & Columns | Apply log Function

How To... Create a Dataframe Using a Function in R #70